FXT Editor – README
Date: 7:30 AM – 21-Nov-25 (IST)
Author: ROCK1999 a.k.a DeviLX
---------------------------------------------------------------------------------------------------------------------------------

About This Tool:

FXT Editor is a lightweight and user-friendly Windows tool designed to open, edit, and manage .fxt files with ease.
It provides fast navigation, editing, and organization for FXT data used in various game/script systems.

This tool was created with simplicity and flexibility in mind—perfect for both beginners and advanced users.

---------------------------------------------------------------------------------------------------------------------------------
Features:

File Handling
Open .fxt files
Drag-and-drop file support
Auto-backup (.fxt.bak) before saving (optional)
Save or Save As new FXT file

Editing Features:

Add new entries
Update existing records
Delete selected entries
Prevent duplicate keys
Change detection (unsaved changes warning)
Auto-enable/disable Save button

Navigation Tools:

Move selected item up (Alt + ↑)
Move selected item down (Alt + ↓)

Keyboard Shortcuts:
Action		Shortcut
Open File	Ctrl + O
Save File	Ctrl + S
Move Up		Alt + Up Arrow
Move Down	Alt + Down Arrow
Delete Entry	Delete key

---------------------------------------------------------------------------------------------------------------------------------

Usage Guide:
1. Opening a File

Click Open, use Ctrl+O, or simply drag & drop an .fxt file into the window.

2. Adding an Entry

Enter a Key and Value

Click Add
(Fails if key is empty or duplicated)

3. Updating an Entry

Select an item

Modify key/value

Click Update

4. Saving Changes

Click Save or press Ctrl+S.
If backup is enabled, a .bak file will be created automatically.

5. Exiting Safely

If changes were made, the tool will prompt:
“Do you want to save before exiting?”

---------------------------------------------------------------------------------------------------------------------------------

📄 Sample FXT File

A small example is included to help new users understand the FXT structure.

FXT_EDITOR	Thanks for using. Stay tuned for more updates. (FXT Editor v1.1.0 )
HELLO		Hello, everyone!
DUMMY		This is a dummy file for testing the tool.
ADD		This will create and add a new record into the FXT table.
UPDATE		This will update the existing entry.
DELETE		This will delete the selected record from the FXT table.
MOVE_UP		This will move the selected record upwards.
MOVE_DOWN	This will move the selected record downwards.
MAKE_BACKUP	If enabled, it will create a backup file before saving the file.
SAVE		This will save the FXT file.
HELP		This will show the Help menu.
ABOUT		This will show the About menu.
BYE		Goodbye, all!


---------------------------------------------------------------------------------------------------------------------------------
About

This tool is developed by ROCK1999 a.k.a DeviLX with the goal of offering a smooth and efficient FXT editing experience.
Thank you for using FXT Editor!